home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch16 / 16fig06.wrl < prev    next >
Text File  |  1996-09-23  |  1KB  |  45 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Shape {
  6.     appearance Appearance {
  7.         material Material { }
  8.     }
  9.     geometry ElevationGrid {
  10.         xDimension 8
  11.         zDimension 8
  12.         xSpacing   1.0
  13.         zSpacing   1.0
  14.         solid      FALSE
  15.         height [
  16.             0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  17.             0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  18.             0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  19.             0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  20.             0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  21.             0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  22.             0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  23.             0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  24.         ]
  25.         colorPerVertex FALSE
  26.         color DEF check Color {
  27.             color [
  28.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  29.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  30.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  31.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  32.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  33.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  34.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  35.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  36.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  37.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  38.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  39.                 1.0 0.3 0.3,  0.2 0.2 0.2,  1.0 0.3 0.3,  0.2 0.2 0.2,
  40.                 1.0 0.3 0.3,  0.2 0.2 0.2,
  41.             ]
  42.         }
  43.     }
  44. }
  45.